Contribution studio.extensions.template-module-demo--doctype
In component studio.extensions.template-module-demo
studio.extensions.template-module-demo
inside nuxeo-template-rendering-samples-6.0.jar
This contribution is part of XML component Extension Point
Extension point doctype of component TypeService.Contributed Items
XML Source
<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
<doctype extends="File" name="CustomerReference">
<schema name="customer_reference"/>
</doctype>
<doctype extends="File" name="InterventionStatement">
<schema name="InterventionStatement"/>
</doctype>
</extension>